Home
last modified time | relevance | path

Searched hist:"38 a6be525460f52ac6f2de1c3f73c5615a8853cd" (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dpercpu.hdiff 38a6be525460f52ac6f2de1c3f73c5615a8853cd Sat Jul 04 01:10:59 CEST 2009 Tejun Heo <tj@kernel.org> percpu: simplify pcpu_setup_first_chunk()

Now that all first chunk allocator helpers allocate and map the first
chunk themselves, there's no need to have optional default alloc/map
in pcpu_setup_first_chunk(). Drop @populate_pte_fn and only leave
@dyn_size optional and make all other params mandatory.

This makes it much easier to follow what pcpu_setup_first_chunk() is
doing and what actual differences tweaking each parameter results in.

[ Impact: drop unused code path ]

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Ingo Molnar <mingo@elte.hu>
/linux/arch/sparc/kernel/
H A Dsmp_64.cdiff 38a6be525460f52ac6f2de1c3f73c5615a8853cd Sat Jul 04 01:10:59 CEST 2009 Tejun Heo <tj@kernel.org> percpu: simplify pcpu_setup_first_chunk()

Now that all first chunk allocator helpers allocate and map the first
chunk themselves, there's no need to have optional default alloc/map
in pcpu_setup_first_chunk(). Drop @populate_pte_fn and only leave
@dyn_size optional and make all other params mandatory.

This makes it much easier to follow what pcpu_setup_first_chunk() is
doing and what actual differences tweaking each parameter results in.

[ Impact: drop unused code path ]

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Ingo Molnar <mingo@elte.hu>
/linux/mm/
H A Dpercpu.cdiff 38a6be525460f52ac6f2de1c3f73c5615a8853cd Sat Jul 04 01:10:59 CEST 2009 Tejun Heo <tj@kernel.org> percpu: simplify pcpu_setup_first_chunk()

Now that all first chunk allocator helpers allocate and map the first
chunk themselves, there's no need to have optional default alloc/map
in pcpu_setup_first_chunk(). Drop @populate_pte_fn and only leave
@dyn_size optional and make all other params mandatory.

This makes it much easier to follow what pcpu_setup_first_chunk() is
doing and what actual differences tweaking each parameter results in.

[ Impact: drop unused code path ]

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Ingo Molnar <mingo@elte.hu>